chvmp / champ

MIT Cheetah I Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bot keeps collapsing

bs2603 opened this issue · comments

After I run the command-
roslaunch champ_config gazebo.launch

Gazebo opens and the simulated bot collapses to the ground, I don't want to switch off gravity, what should I do?

@bs2603 are you using your own .world file?

Nope,
here are the steps I am following-

  • Open a terminal and the catkin workspace
  • source the devel/setup.bash file
  • Run the base driver using roslaunch champ_config bringup.launch rviz:=true
  • Run the gazebo world using roslaunch champ_config gazebo.launch

I am using ROS melodic on ubuntu 18.04.

can you post a gif or a video?

I was able to resolve the issue,
This was the error-

Could not load controller 'joint_group_position_controller' because controller type 'effort_controllers/JointTrajectoryController' does not exist.

I installed the controllers using -
sudo apt-get install ros-melodic-ros-control ros-melodic-ros-controllers

these controllers are not a part of the default melodic full desktop installation,thus need to be added separately.
Thanks for the help!