Skip to content

PRIMI-SHU/babbling_playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

babbling_playground

Requeriments:

ROS 1 Noetic, Gazebo, Catkin

To setup:

  1. Create a catkin workspace
  2. Clone the repository into the src folder
  3. Outside the src directory, install the dependencies:
rosdep install -i --from-path src
  1. Build the workspace
catkin build babbling_example
  1. Source the workspace
source devel/setup.bash 

To run

  1. Run the simulator:
roslaunch babbling_example simulation.launch
  1. Run the babbling routine:
rosrun babbling_example mirror_babbling.py

This routine, just moves the robot and takes a snapshot, storing the (image, state) pair as a training example.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published