Skip to content

GICI-UPV-EHU/summit_sim

 
 

Repository files navigation

summit_sim

Packages for the simulation of the Summit robot

summit_control

New gazebo 1.9 style robot control

summit_description

robot description (urdf and meshes).

summit_gazebo

launch files and world files to start the models in gazebo

summit_joystick_teleop

node to process the joystick in simulation (configured for PS3, but others are also possible).

summit_robot_control

control the robot joints in all kinematic configurations, publishes odom topic and, if configured, also tf odom to base_link. Usually takes as input joystick commands and generates as outputs references for the gazebo controllers defined in summit_control.

summit_purepursuit

specific launch files to use the robotnik_purepursuit_planner to control the Summit passing waypoints in Cartesian coords

Installation process (WIP)

Intallation process for ROS-melodic

Prerequisites

Download this repository and checkout to "melodic" branch.

Execute Catkin_make in the catkin workspace.

Install the dependencies:

rosdep install --from-paths src --ignore-src

If gazebo does show the following error:

[Err] [REST.cc:205] Error in REST request
libcurl: (51) SSL: no alternative certificate subject name matches target host name 'api.ignitionfuel.org'

The solution is to apply the change proposed in: https://bitbucket.org/osrf/gazebo/issues/2607/error-restcc-205-during-startup-gazebo

About

Packages for the simulation of the Summit robot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 66.7%
  • CMake 32.2%
  • Shell 1.1%