8000 GitHub - maxspahn/fabrics_ros: Ros wrapper for optimization fabrics.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

maxspahn/fabrics_ros

Repository files navigation

fabrics_ros

fabrics_ros test

This is a ROS wrapper for implementing fabrics

The list of packages:

  • fabrics_bridge: provides a one-way bridge to enable ROS to use fabrics planner for robot motion planning
  • fabrics_msgs: contains custom messages used in fabrics_ros
  • fabrics_processing: processes output from fabrics planner, and publishes velocity commands to a robot

Installation

Install ROS dependencies

mkdir -p ~/fabrics_ros_ws/src && cd ~/fabrics_ros_ws/src
git clone git@github.com:maxspahn/fabrics_ros.git
rosdep install --from-paths src --ignore-src -y
catkin build 

Install fabrics dependencies

Since there are some python packages not mapped to ROS dependencies, i.g. python3-pykalman, non-ROS Python packages will be installed using pip3. See rosdep/python.yaml for the entire list.

cd ~/fabric_ros_ws/src/fabrics_ros
pip3 install -r requirements.txt

Simulation

To start an Albert simulation environment using velocity control mode:

roslaunch albert_gazebo albert_gazebo_navigation.launch panda_control_mode:=velocity

If you don't have a real goal and obstacles published/detected, run:

roslaunch fabrics_bridge fabrics_interactive_marker.launch

If you have a module which can publish data to /planning_goal and /planning_obs, run:

roslaunch fabrics_bridge fabrics_panda_node.launch

An example client node that can publish /planning_goal and /planning_obs:

rosrun fabrics_bridge client_node

Then, to process output from fabrics, and publish velocity commands to /panda_joint_velocity_controller/command, run:

roslaunch fabrics_processing fabrics_processing.launch

Real Robot

Same steps as in the simulation section except the part launching albert_gazebo_navigation.launch

About

Ros wrapper for optimization fabrics.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0