Skip to content

Commit

Permalink
Melodic->Noetic(xacro)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeniorKullken committed Jul 2, 2023
1 parent fa573a0 commit 602ceab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ Set up for simuation in Gazebo
~/ros_ws$ catkin_make (vs. $ catkin build ??)
~/ros_ws$
```
Note: 'catkin_make' - Alternative instead of 'catkin build'
Note: 'catkin build' - A more flexible way of buildning ROS1/Noetic packages

# Examples
## **Spawn Gazebo worlds** (Play yard #1)
Expand Down
3 changes: 1 addition & 2 deletions launch/spawn_pet_mk_iv.launch
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
$ roslaunch pet_mk_iv_simulation spawn_pet_mk_iv.launch
____________________________________________________________________________
\TODO "[ WARN] [1625328237.452135370] [/robot_state_publisher]: The 'state_publisher' executable is deprecated. Please use 'robot_state_publisher' instead
\TODO "xacro.py is deprecated; please use xacro instead"
\reference http://gazebosim.org/tutorials?tut=ros_roslaunch
-->
Expand All @@ -35,7 +34,7 @@
URDF xml robot description loaded into the ROS Parameter Server, converting the xacro into a proper urdf file
-->
<param name="robot_description"
command="$(find xacro)/xacro.py '$(find pet_mk_iv_description)/urdf/pet_mk_iv.urdf.xacro'"/>
command="xacro '$(find pet_mk_iv_description)/urdf/pet_mk_iv.urdf.xacro'"/>

<!-- load the controllers -->
<!-- Run a python script to the send a service call to gazebo_ros to spawn a URDF robot -->
Expand Down

0 comments on commit 602ceab

Please sign in to comment.