- Development
- European Robotics Forum 2011 Workshop on the Orocos Toolchain
- European Robotics Forum 2012: workshops
- Geometric relations semantics
- What is it?
- Background
- Design
- API
- Quick start
- User guide
- Tutorials
- Setting up a package and the build system for your application
- Your first application using semantic checking on geometric relations (without coordinate checking)
- Your second application using semantic checking on geometric relations including coordinate checking
- Your third application doing actual geometric calculations on top of the semantic checking
- Some extra examples
- FAQ
- Use cases
- KDL wiki
- Kuka LBR user group
- Links of Orocos components
- OCL v1.x wiki
- RTT v1.x wiki
- Toolchain v2.x
- Wiki for site admins
- iTaSC wiki
Setting up a package and the build system for your application
This tutorial explains (one possibility) to set up a build system for your application using the geometric_relations_semantics. The possibility we explain uses the ROS package and build infrastructure, and will therefore assume you have ROS installed and set up on your computer.
- Create a new ROS package (in this case with name myApplication), with a dependency on the geometric_semantics library and for instance the geometric_semantics_kdl library:
roscreate-pkg myApplication geometric_semantics geometric_semantics_kdl
This will automatically create a directory with name myApplication and a basic build infrastructure (see the roscreate-pkg documentation)
- Add the newly created directory to your ROS_PACKAGE_PATH environment variable:
export ROS_PACKAGE_PATH=myApplication:$ROS_PACKAGE_PATH
»
- Printer-friendly version
- Login or register to post comments