No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.1.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/swri-robotics/collaborative-robotic-sanding.git
VCS Type git
VCS Version master
Last Updated 2021-01-29
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The central application for the Collaborative Robotic Sanding project

Additional Links

No additional links.

Maintainers

  • ros-industrial

Authors

No additional authors.

Run Application

**WARNING: This application uses xml launch files which is only supported in ROS Eloquent, make sure to have installed ** apt install ros-eloquent-launch-xml

System Startup

On Hardware

Prior to running you must’ve build the ROS1 driver and ROS bridge as described in ../ROS1_BRIDGE_BUILD_INSTRUCTIONS.md

  1. Run ROS1 driver

    source /opt/ros/melodic/setup.bash
    cd ~/crs_ros1_ws/
    source devel/setup.bash
    roslaunch crs_support_ros1 crs_startup.launch
    

You should see the UR teach pendant showing “Running” under the program tab

  1. Run ROS Bridge workspace

    • Open another terminal window and navigate to ROS Bridge workspace and run the following lines in the terminal
    source /opt/ros/melodic/setup.bash
    source /opt/ros/eloquent/setup.bash
    cd ~/crs_ros_bridge_ws/ 
    source install/local_setup.bash
    ros2 launch crs_bridge_support combined_bridge.launch.py
    
  1. Run ROS2 Application

    • Open a third terminal window and navigate to ROS2 workspace and run the following lines in the terminal
    source /opt/ros/eloquent/setup.bash
    cd ~/crs_ws
    source install/local_setup.bash
    ros2 launch crs_application crs.launch.xml sim:=false
    
This last command will launch the RVIZ application where you should be able to see the robot in the mockup cell along with the user interface to control the application.

In Simulation

  • Source the workspace
    source /opt/ros/eloquent/setup.bash
    cd ~/crs_ws
    source install/local_setup.bash
    
  • Start Run the crs.launch.xml launch file
    ros2 launch crs_application crs.launch.xml
    
This last command will launch the RVIZ application where you should be able to see the robot in the mockup cell along with the user interface to control the application.
It will start the SM and all of the required nodes.  When initialization is complete the application will go into the `Ready::Wait_User_Cmd`

System Usage

Using GUI

  • Select the part to be processed in the “Load Part” Screen
  • On the right panel of the “Load Part” Screen select the toolpath configuration file
  • Press “Load Selected Part” button and wait for the part to load in RVIZ
  • Once loaded hit “Approve” button to move to next state load part->registration->planning->execution

Using Command line

  • Query the current state Open a new terminal and run the following:
    ros2 topic echo /crs/current_state
    
You should see the current state id printed on the terminal repeateadly 
  • Query available actions in the current state From another terminal run the following
    ros2 service call /crs/get_available_actions crs_msgs/srv/GetAvailableActions 'search_pattern: "user"'
    
The response may look as follows:
    response: crs_msgs.srv.GetAvailableActions_Response(action_ids=['user_done', 'user_approves'], succeeded=False, err_msg='')
    
This means the the actions "user_done" and "user_approves" are valid and can be executed. - Execute an action
In a new terminal run the following:
    ros2 service call /crs/execute_action crs_msgs/srv/ExecuteAction 'action_id: user_approves'
    
If the current state allows that action then you should see the SM transition to another state
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged crs_application at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.