Skip to content

eshnr7/force_controller_via_keyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Keyboard Force Controller

  1. Create a new package in your workspace
  cd ~/catkin_ws/src
  catkin_create_pkg <package_name> std_msgs rospy ros_clients
  
  cd ~/catkin_ws
  catkin_make
  1. Create a python file in your package and copy and paste navigator.py into it.

  2. Don't forget to make the python file you just created executable

  chmod +x navigator.py
  1. After launching the ros_scenario package, run this code
  rosrun <package_name> navigator.py

About

GitHub Desktop tutorial repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published