ROS packages for simulating Panthera robot using Gazebo Simulator. We provides several environment worlds to test the robot.
Make sure you have ROS melodic installed, although other ros-distros might also work. This simualtion package also relies on the following external packages, so make sure you have installed everything from source before building this package.
cd <ros1_ws>/src
git clone https://github.com/roarLab/panthera_simulations
cd ..
rosdep install -y --from-paths src --ignore-src --rosdistro <YOUR_ROS_DISTRO>
catkin_make
cd <ros1_ws>
source devel/setup.bash
roslaunch panthera_gazebo panthera_small_room_V3.launch
cd <ros1_ws>
source devel/setup.bash
rosrun panthera_move_base odom_pub_tf.py
cd <ros1_ws>
source devel/setup.bash
rosrun panthera_move_base panthera_inverse_kinematics.py
cd <ros1_ws>
source devel/setup.bash
roslaunch panthera_move_base panthera_navigation.launch