Open cmurray3 opened 1 year ago
The attached .zip archive contains code for spawning a Gazebo world with a human that walks around randomly.
.zip
simple_human.zip
The package is called simple_human
simple_human
Create the simple_human ROS package:
cd ~/catkin_ws/src catkin_create_pkg simple_human
Download the attached .zip archive and extract the files to your Downloads. This will create a directory named ~/Downloads/simple_human.
~/Downloads/simple_human
Copy the downloaded files to your Catkin workspace:
cd ~/Downloads cp -r simple_human/* ~/catkin_ws/src/simple_human/
Recompile the simple_human package:
cd ~/catkin_ws catkin_make
cd ~/catkin_ws/src/simple_human roslaunch simple_human simple_human.launch
The attached
.zip
archive contains code for spawning a Gazebo world with a human that walks around randomly.simple_human.zip
The package is called
simple_human
Installation Instructions
Create the
simple_human
ROS package:Download the attached
.zip
archive and extract the files to your Downloads. This will create a directory named~/Downloads/simple_human
.Copy the downloaded files to your Catkin workspace:
Recompile the
simple_human
package:Launching the Gazebo World