romeo_moveit_config package from romeo_moveit_config repo

romeo_moveit_config

Package Summary

Tags No category tags.
Version 0.2.8
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-aldebaran/romeo_moveit_config.git
VCS Type git
VCS Version master
Last Updated 2017-11-16
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

An automatically generated package with all the configuration and launch files for using the romeoH37 with the MoveIt Motion Planning Framework

Additional Links

Maintainers

  • Natalia Lyubova

Authors

  • Mikael Arguedas

romeo_moveit_config

This is a MoveIt! config package generated by the MoveIt! wizard. It requires a ROMEO model which you can get from here:

https://github.com/ros-aldebaran/romeo_robot/tree/master/romeo_description or from the binary package : ros-indigo-romeo-description

The moveit package must be run on a remote computer and not directly on your robot.

1 Compile the package

romeo_moveit_config package doesn\'t need any compilation, so running rospack profile should be enough.

For the dcm packages you need to compile the C++ nodes. In order to compile romeo_dcm packages, you need to set the environment variable AL_DIR to the path to NAOqiSDK-c++ on your computer.

Then you can run the usual

catkin_make

And your ready to play with your romeo

2 Run MoveIt

Without a robot -------------You can run this moveit package either unconnected to any robot or attached to a robot (real or simulated): For a standalone execution :

roslaunch romeo_moveit_config demo.launch

Once launching the demo, you should see Romeo in MoveIt! GUI like this:

image{width="100.0%"}

On a real ROMEO

To use MoveIt! on a real robot, you need to instanciate ROS controllers on your Romeo. To do so, you need: - romeo_dcm_bringup (https://github.com/ros-aldebaran/romeo_dcm_robot) - romeo_control (https://github.com/ros-aldebaran/romeo_virtual)

First, set NAO_IP environment variable to your robot\'s IP address:

export NAO_IP=<YOUR_ROBOT_IP>

Launch the DCM bringup:

roslaunch romeo_dcm_bringup romeo_dcm_bringup_remote.launch

Wait until it is ready, then run:

roslaunch romeo_moveit_config moveit_planner.launch

On a simulated robot (in Gazebo) ------------------------------To use MoveIt! with Gazebo simulation, you need: - romeo_dcm_bringup (https://github.com/ros-aldebaran/romeo_dcm_robot) - romeo_control (https://github.com/ros-aldebaran/romeo_virtual) - romeo_gazebo_plugin (https://github.com/ros-aldebaran/romeo_virtual)

Launch Gazebo, like this:

roslaunch romeo_gazebo_plugin romeo_gazebo_plugin_H37.launch

Wait until it is ready, then click on the Play button in Gazebo.

Finally, start MoveIt!:

roslaunch romeo_moveit_config moveit_planner.launch

3 Use Moveit:

RVIZ has been open: you can see that a MotionPlanning plugin has been launched. First check the box \"Allow approximate IK Solutions\" on the bottom of the left control panel. Then, go to the Planning tab.

Select which part of the robot you want to move: In the plugin list on the upper part of the left column, you can select a group under MotionPlanning/Planning Request/Planning Group

Now you can define your motion by drag and dropping the interactive markers. You can compute a trajectory by clicking the \'planning\' button Once the motion is satisfying you can try it on your real robot using \'execute\' or \'plan and execute\'.

NOTE: The start state is not updated automatically, you have to go to \'Select Start State\' select \'Current\' and click \'Update\'.

CHANGELOG

Changelog for package romeo_moveit_config

0.2.8 (2017-11-16)

  • cleaning MoveIt config
  • Merge pull request #7 from ros-aldebaran/fix_warnings Fix deprecated warnings
  • put parameter in right namespace
  • remove unnecessary tabs
  • remove deprecated service, use action instead
  • fix deprecated xacro call
  • fix allowed_execution_duration_scaling
  • Update README.rst
  • adding RRT as default planner
  • Merge pull request #6 from nlyubova/master fixing legs planning groups
  • fixing legs planning groups
  • Contributors: Mikael Arguedas, Natalia Lyubova

0.2.7 (2016-07-21)

  • Update package.xml removing the dependence on moveit_ros_visualization
  • Update package.xml changing the maintainer
  • Update ompl_planning.yaml fixing arm groups
  • Merge pull request #5 from nlyubova/master cleaning the launch file and readme
  • updating the tutorial
  • renaming demo_real.launch to moveit_planner.launch to keep the naming convention as fro Nao
  • using xacro command instead of the URDF file
  • Contributors: Natalia Lyubova, nlyubova

0.2.6 (2016-02-03)

  • update dependency list
  • Contributors: Mikael Arguedas

0.2.5 (2015-10-21)

  • cleaning package.xml
  • Configuring sensors to compute the Octomap
  • Regenerated with moveit_setup_assistant for the last URDF while naming planning groups to be compatible with romeo_moveit_config
  • configuring end-effectors and renaming motor groups to be compatible with MoveIt simple grasps
  • Contributors: Natalia Lyubova, Vincent Rabaud

0.2.4 (2014-12-05)

  • fixed package version
  • Update package.xml
  • 0.2.1
  • update changelog
  • fixed link to config file
  • adapt to new model link names add detection required files
  • Contributors: Arguedas Mikael, Mikael ARGUEDAS
  • fixed link to config file
  • adapt to new model link names add detection required files
  • Contributors: Mikael ARGUEDAS

0.2.2 (2014-10-01)

  • added kinematics chains for complete arms
  • Update README.rst
  • fix dependencies
  • fixed dependencies and update README
  • Contributors: Arguedas Mikael, margueda

0.2.1 (2014-09-09)

  • update according to new URDF model
  • add a README file
  • add initial working config files
  • Contributors: Vincent Rabaud, margueda

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged romeo_moveit_config at Robotics Stack Exchange

romeo_moveit_config package from romeo_moveit_config repo

romeo_moveit_config

Package Summary

Tags No category tags.
Version 0.2.8
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-aldebaran/romeo_moveit_config.git
VCS Type git
VCS Version master
Last Updated 2017-11-16
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

An automatically generated package with all the configuration and launch files for using the romeoH37 with the MoveIt Motion Planning Framework

Additional Links

Maintainers

  • Natalia Lyubova

Authors

  • Mikael Arguedas

romeo_moveit_config

This is a MoveIt! config package generated by the MoveIt! wizard. It requires a ROMEO model which you can get from here:

https://github.com/ros-aldebaran/romeo_robot/tree/master/romeo_description or from the binary package : ros-indigo-romeo-description

The moveit package must be run on a remote computer and not directly on your robot.

1 Compile the package

romeo_moveit_config package doesn\'t need any compilation, so running rospack profile should be enough.

For the dcm packages you need to compile the C++ nodes. In order to compile romeo_dcm packages, you need to set the environment variable AL_DIR to the path to NAOqiSDK-c++ on your computer.

Then you can run the usual

catkin_make

And your ready to play with your romeo

2 Run MoveIt

Without a robot -------------You can run this moveit package either unconnected to any robot or attached to a robot (real or simulated): For a standalone execution :

roslaunch romeo_moveit_config demo.launch

Once launching the demo, you should see Romeo in MoveIt! GUI like this:

image{width="100.0%"}

On a real ROMEO

To use MoveIt! on a real robot, you need to instanciate ROS controllers on your Romeo. To do so, you need: - romeo_dcm_bringup (https://github.com/ros-aldebaran/romeo_dcm_robot) - romeo_control (https://github.com/ros-aldebaran/romeo_virtual)

First, set NAO_IP environment variable to your robot\'s IP address:

export NAO_IP=<YOUR_ROBOT_IP>

Launch the DCM bringup:

roslaunch romeo_dcm_bringup romeo_dcm_bringup_remote.launch

Wait until it is ready, then run:

roslaunch romeo_moveit_config moveit_planner.launch

On a simulated robot (in Gazebo) ------------------------------To use MoveIt! with Gazebo simulation, you need: - romeo_dcm_bringup (https://github.com/ros-aldebaran/romeo_dcm_robot) - romeo_control (https://github.com/ros-aldebaran/romeo_virtual) - romeo_gazebo_plugin (https://github.com/ros-aldebaran/romeo_virtual)

Launch Gazebo, like this:

roslaunch romeo_gazebo_plugin romeo_gazebo_plugin_H37.launch

Wait until it is ready, then click on the Play button in Gazebo.

Finally, start MoveIt!:

roslaunch romeo_moveit_config moveit_planner.launch

3 Use Moveit:

RVIZ has been open: you can see that a MotionPlanning plugin has been launched. First check the box \"Allow approximate IK Solutions\" on the bottom of the left control panel. Then, go to the Planning tab.

Select which part of the robot you want to move: In the plugin list on the upper part of the left column, you can select a group under MotionPlanning/Planning Request/Planning Group

Now you can define your motion by drag and dropping the interactive markers. You can compute a trajectory by clicking the \'planning\' button Once the motion is satisfying you can try it on your real robot using \'execute\' or \'plan and execute\'.

NOTE: The start state is not updated automatically, you have to go to \'Select Start State\' select \'Current\' and click \'Update\'.

CHANGELOG

Changelog for package romeo_moveit_config

0.2.8 (2017-11-16)

  • cleaning MoveIt config
  • Merge pull request #7 from ros-aldebaran/fix_warnings Fix deprecated warnings
  • put parameter in right namespace
  • remove unnecessary tabs
  • remove deprecated service, use action instead
  • fix deprecated xacro call
  • fix allowed_execution_duration_scaling
  • Update README.rst
  • adding RRT as default planner
  • Merge pull request #6 from nlyubova/master fixing legs planning groups
  • fixing legs planning groups
  • Contributors: Mikael Arguedas, Natalia Lyubova

0.2.7 (2016-07-21)

  • Update package.xml removing the dependence on moveit_ros_visualization
  • Update package.xml changing the maintainer
  • Update ompl_planning.yaml fixing arm groups
  • Merge pull request #5 from nlyubova/master cleaning the launch file and readme
  • updating the tutorial
  • renaming demo_real.launch to moveit_planner.launch to keep the naming convention as fro Nao
  • using xacro command instead of the URDF file
  • Contributors: Natalia Lyubova, nlyubova

0.2.6 (2016-02-03)

  • update dependency list
  • Contributors: Mikael Arguedas

0.2.5 (2015-10-21)

  • cleaning package.xml
  • Configuring sensors to compute the Octomap
  • Regenerated with moveit_setup_assistant for the last URDF while naming planning groups to be compatible with romeo_moveit_config
  • configuring end-effectors and renaming motor groups to be compatible with MoveIt simple grasps
  • Contributors: Natalia Lyubova, Vincent Rabaud

0.2.4 (2014-12-05)

  • fixed package version
  • Update package.xml
  • 0.2.1
  • update changelog
  • fixed link to config file
  • adapt to new model link names add detection required files
  • Contributors: Arguedas Mikael, Mikael ARGUEDAS
  • fixed link to config file
  • adapt to new model link names add detection required files
  • Contributors: Mikael ARGUEDAS

0.2.2 (2014-10-01)

  • added kinematics chains for complete arms
  • Update README.rst
  • fix dependencies
  • fixed dependencies and update README
  • Contributors: Arguedas Mikael, margueda

0.2.1 (2014-09-09)

  • update according to new URDF model
  • add a README file
  • add initial working config files
  • Contributors: Vincent Rabaud, margueda

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged romeo_moveit_config at Robotics Stack Exchange

romeo_moveit_config package from romeo_moveit_config repo

romeo_moveit_config

Package Summary

Tags No category tags.
Version 0.2.8
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-aldebaran/romeo_moveit_config.git
VCS Type git
VCS Version master
Last Updated 2017-11-16
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

An automatically generated package with all the configuration and launch files for using the romeoH37 with the MoveIt Motion Planning Framework

Additional Links

Maintainers

  • Natalia Lyubova

Authors

  • Mikael Arguedas

romeo_moveit_config

This is a MoveIt! config package generated by the MoveIt! wizard. It requires a ROMEO model which you can get from here:

https://github.com/ros-aldebaran/romeo_robot/tree/master/romeo_description or from the binary package : ros-indigo-romeo-description

The moveit package must be run on a remote computer and not directly on your robot.

1 Compile the package

romeo_moveit_config package doesn\'t need any compilation, so running rospack profile should be enough.

For the dcm packages you need to compile the C++ nodes. In order to compile romeo_dcm packages, you need to set the environment variable AL_DIR to the path to NAOqiSDK-c++ on your computer.

Then you can run the usual

catkin_make

And your ready to play with your romeo

2 Run MoveIt

Without a robot -------------You can run this moveit package either unconnected to any robot or attached to a robot (real or simulated): For a standalone execution :

roslaunch romeo_moveit_config demo.launch

Once launching the demo, you should see Romeo in MoveIt! GUI like this:

image{width="100.0%"}

On a real ROMEO

To use MoveIt! on a real robot, you need to instanciate ROS controllers on your Romeo. To do so, you need: - romeo_dcm_bringup (https://github.com/ros-aldebaran/romeo_dcm_robot) - romeo_control (https://github.com/ros-aldebaran/romeo_virtual)

First, set NAO_IP environment variable to your robot\'s IP address:

export NAO_IP=<YOUR_ROBOT_IP>

Launch the DCM bringup:

roslaunch romeo_dcm_bringup romeo_dcm_bringup_remote.launch

Wait until it is ready, then run:

roslaunch romeo_moveit_config moveit_planner.launch

On a simulated robot (in Gazebo) ------------------------------To use MoveIt! with Gazebo simulation, you need: - romeo_dcm_bringup (https://github.com/ros-aldebaran/romeo_dcm_robot) - romeo_control (https://github.com/ros-aldebaran/romeo_virtual) - romeo_gazebo_plugin (https://github.com/ros-aldebaran/romeo_virtual)

Launch Gazebo, like this:

roslaunch romeo_gazebo_plugin romeo_gazebo_plugin_H37.launch

Wait until it is ready, then click on the Play button in Gazebo.

Finally, start MoveIt!:

roslaunch romeo_moveit_config moveit_planner.launch

3 Use Moveit:

RVIZ has been open: you can see that a MotionPlanning plugin has been launched. First check the box \"Allow approximate IK Solutions\" on the bottom of the left control panel. Then, go to the Planning tab.

Select which part of the robot you want to move: In the plugin list on the upper part of the left column, you can select a group under MotionPlanning/Planning Request/Planning Group

Now you can define your motion by drag and dropping the interactive markers. You can compute a trajectory by clicking the \'planning\' button Once the motion is satisfying you can try it on your real robot using \'execute\' or \'plan and execute\'.

NOTE: The start state is not updated automatically, you have to go to \'Select Start State\' select \'Current\' and click \'Update\'.

CHANGELOG

Changelog for package romeo_moveit_config

0.2.8 (2017-11-16)

  • cleaning MoveIt config
  • Merge pull request #7 from ros-aldebaran/fix_warnings Fix deprecated warnings
  • put parameter in right namespace
  • remove unnecessary tabs
  • remove deprecated service, use action instead
  • fix deprecated xacro call
  • fix allowed_execution_duration_scaling
  • Update README.rst
  • adding RRT as default planner
  • Merge pull request #6 from nlyubova/master fixing legs planning groups
  • fixing legs planning groups
  • Contributors: Mikael Arguedas, Natalia Lyubova

0.2.7 (2016-07-21)

  • Update package.xml removing the dependence on moveit_ros_visualization
  • Update package.xml changing the maintainer
  • Update ompl_planning.yaml fixing arm groups
  • Merge pull request #5 from nlyubova/master cleaning the launch file and readme
  • updating the tutorial
  • renaming demo_real.launch to moveit_planner.launch to keep the naming convention as fro Nao
  • using xacro command instead of the URDF file
  • Contributors: Natalia Lyubova, nlyubova

0.2.6 (2016-02-03)

  • update dependency list
  • Contributors: Mikael Arguedas

0.2.5 (2015-10-21)

  • cleaning package.xml
  • Configuring sensors to compute the Octomap
  • Regenerated with moveit_setup_assistant for the last URDF while naming planning groups to be compatible with romeo_moveit_config
  • configuring end-effectors and renaming motor groups to be compatible with MoveIt simple grasps
  • Contributors: Natalia Lyubova, Vincent Rabaud

0.2.4 (2014-12-05)

  • fixed package version
  • Update package.xml
  • 0.2.1
  • update changelog
  • fixed link to config file
  • adapt to new model link names add detection required files
  • Contributors: Arguedas Mikael, Mikael ARGUEDAS
  • fixed link to config file
  • adapt to new model link names add detection required files
  • Contributors: Mikael ARGUEDAS

0.2.2 (2014-10-01)

  • added kinematics chains for complete arms
  • Update README.rst
  • fix dependencies
  • fixed dependencies and update README
  • Contributors: Arguedas Mikael, margueda

0.2.1 (2014-09-09)

  • update according to new URDF model
  • add a README file
  • add initial working config files
  • Contributors: Vincent Rabaud, margueda

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged romeo_moveit_config at Robotics Stack Exchange

romeo_moveit_config package from romeo_moveit_config repo

romeo_moveit_config

Package Summary

Tags No category tags.
Version 0.2.8
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-aldebaran/romeo_moveit_config.git
VCS Type git
VCS Version master
Last Updated 2017-11-16
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

An automatically generated package with all the configuration and launch files for using the romeoH37 with the MoveIt Motion Planning Framework

Additional Links

Maintainers

  • Natalia Lyubova

Authors

  • Mikael Arguedas

romeo_moveit_config

This is a MoveIt! config package generated by the MoveIt! wizard. It requires a ROMEO model which you can get from here:

https://github.com/ros-aldebaran/romeo_robot/tree/master/romeo_description or from the binary package : ros-indigo-romeo-description

The moveit package must be run on a remote computer and not directly on your robot.

1 Compile the package

romeo_moveit_config package doesn\'t need any compilation, so running rospack profile should be enough.

For the dcm packages you need to compile the C++ nodes. In order to compile romeo_dcm packages, you need to set the environment variable AL_DIR to the path to NAOqiSDK-c++ on your computer.

Then you can run the usual

catkin_make

And your ready to play with your romeo

2 Run MoveIt

Without a robot -------------You can run this moveit package either unconnected to any robot or attached to a robot (real or simulated): For a standalone execution :

roslaunch romeo_moveit_config demo.launch

Once launching the demo, you should see Romeo in MoveIt! GUI like this:

image{width="100.0%"}

On a real ROMEO

To use MoveIt! on a real robot, you need to instanciate ROS controllers on your Romeo. To do so, you need: - romeo_dcm_bringup (https://github.com/ros-aldebaran/romeo_dcm_robot) - romeo_control (https://github.com/ros-aldebaran/romeo_virtual)

First, set NAO_IP environment variable to your robot\'s IP address:

export NAO_IP=<YOUR_ROBOT_IP>

Launch the DCM bringup:

roslaunch romeo_dcm_bringup romeo_dcm_bringup_remote.launch

Wait until it is ready, then run:

roslaunch romeo_moveit_config moveit_planner.launch

On a simulated robot (in Gazebo) ------------------------------To use MoveIt! with Gazebo simulation, you need: - romeo_dcm_bringup (https://github.com/ros-aldebaran/romeo_dcm_robot) - romeo_control (https://github.com/ros-aldebaran/romeo_virtual) - romeo_gazebo_plugin (https://github.com/ros-aldebaran/romeo_virtual)

Launch Gazebo, like this:

roslaunch romeo_gazebo_plugin romeo_gazebo_plugin_H37.launch

Wait until it is ready, then click on the Play button in Gazebo.

Finally, start MoveIt!:

roslaunch romeo_moveit_config moveit_planner.launch

3 Use Moveit:

RVIZ has been open: you can see that a MotionPlanning plugin has been launched. First check the box \"Allow approximate IK Solutions\" on the bottom of the left control panel. Then, go to the Planning tab.

Select which part of the robot you want to move: In the plugin list on the upper part of the left column, you can select a group under MotionPlanning/Planning Request/Planning Group

Now you can define your motion by drag and dropping the interactive markers. You can compute a trajectory by clicking the \'planning\' button Once the motion is satisfying you can try it on your real robot using \'execute\' or \'plan and execute\'.

NOTE: The start state is not updated automatically, you have to go to \'Select Start State\' select \'Current\' and click \'Update\'.

CHANGELOG

Changelog for package romeo_moveit_config

0.2.8 (2017-11-16)

  • cleaning MoveIt config
  • Merge pull request #7 from ros-aldebaran/fix_warnings Fix deprecated warnings
  • put parameter in right namespace
  • remove unnecessary tabs
  • remove deprecated service, use action instead
  • fix deprecated xacro call
  • fix allowed_execution_duration_scaling
  • Update README.rst
  • adding RRT as default planner
  • Merge pull request #6 from nlyubova/master fixing legs planning groups
  • fixing legs planning groups
  • Contributors: Mikael Arguedas, Natalia Lyubova

0.2.7 (2016-07-21)

  • Update package.xml removing the dependence on moveit_ros_visualization
  • Update package.xml changing the maintainer
  • Update ompl_planning.yaml fixing arm groups
  • Merge pull request #5 from nlyubova/master cleaning the launch file and readme
  • updating the tutorial
  • renaming demo_real.launch to moveit_planner.launch to keep the naming convention as fro Nao
  • using xacro command instead of the URDF file
  • Contributors: Natalia Lyubova, nlyubova

0.2.6 (2016-02-03)

  • update dependency list
  • Contributors: Mikael Arguedas

0.2.5 (2015-10-21)

  • cleaning package.xml
  • Configuring sensors to compute the Octomap
  • Regenerated with moveit_setup_assistant for the last URDF while naming planning groups to be compatible with romeo_moveit_config
  • configuring end-effectors and renaming motor groups to be compatible with MoveIt simple grasps
  • Contributors: Natalia Lyubova, Vincent Rabaud

0.2.4 (2014-12-05)

  • fixed package version
  • Update package.xml
  • 0.2.1
  • update changelog
  • fixed link to config file
  • adapt to new model link names add detection required files
  • Contributors: Arguedas Mikael, Mikael ARGUEDAS
  • fixed link to config file
  • adapt to new model link names add detection required files
  • Contributors: Mikael ARGUEDAS

0.2.2 (2014-10-01)

  • added kinematics chains for complete arms
  • Update README.rst
  • fix dependencies
  • fixed dependencies and update README
  • Contributors: Arguedas Mikael, margueda

0.2.1 (2014-09-09)

  • update according to new URDF model
  • add a README file
  • add initial working config files
  • Contributors: Vincent Rabaud, margueda

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged romeo_moveit_config at Robotics Stack Exchange