Among curiosities
2020-11-03
Embedding Python in C++ with boost::python - importing modules
›
Boost offers quite nice functionality for embedding Python in C++ and exporting C++ to Python: boost python . I'm not going to discuss t...
2020-11-02
URSim on Ubuntu 18
›
Universal Robots has made a nice offline simulator for their UR series robots: HERE . I use it for my robotics course, since you can practic...
2020-11-01
RobWorkStudio + ROS plugin template
›
I sometimes use RobWorkStudio to visualize the scene, robots, trajectories, and for the task interface. It's a nice tool to gather every...
2020-10-31
RobWorkStudio plugin template
›
I haven't posted in a while. Let's start again with something small. Whenever I have to create a new plugin for RWS, I find myself s...
2020-01-26
Simulating a drone in Gazebo part 2 - Gazebo plugin
›
Last time we have built a URDF model of a drone and spawned it in Gazebo. Today we will make a Gazebo plugin to control the drone. Our...
2020-01-19
Simulating a drone in Gazebo
›
I wanted to test a certain thing in simulation and so I thought I'd prepare a drone model in Gazebo along with a simple autopilot. There...
1 comment:
2019-03-25
Using xacro with RobWork
›
Xacro (which stands for XML macro) is a quite useful tool which is used in ROS to make easier and cleaner robot descriptions. Typically, you...
›
Home
View web version