- Sep 02, 2016
-
-
Lukas Bulwahn authored
-
- Jun 14, 2016
-
-
Lukas Bulwahn authored
-
- Nov 11, 2015
-
-
Lukas Bulwahn authored
-
- Oct 26, 2015
-
-
Lukas Bulwahn authored
-
- Oct 12, 2015
-
-
Lukas Bulwahn authored
-
- Jun 10, 2015
-
-
Lukas Bulwahn authored
-
- Jun 23, 2014
-
-
Lukas Bulwahn authored
-
- Mar 04, 2014
-
-
Lukas Bulwahn authored
-
- Mar 03, 2014
-
-
Lukas Bulwahn authored
-
- Sep 23, 2013
-
-
Lukas Bulwahn authored
The native packages are not required anymore, because the needed python scripts during compile time are also provided by the cross-compiled packages and the python scripts are platform independent. Only the catkin package is provided as native package.
-
- Aug 26, 2013
-
-
Lukas Bulwahn authored
The genpy recipe was updated to 0.4.14 to be in line with https://github.com/ros/rosdistro/blob/4551e7c32d1b34984410b79bc0ec36afe3d3d245/hydro/release.yaml. The previously applied patch has been included in 0.4.14 and is removed from the recipe and this repository. The PR variable is reset.
-
Stefan Herbrechtsmeier authored
Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
Stefan Herbrechtsmeier authored
Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
- Jul 22, 2013
-
-
Lukas Bulwahn authored
To update to the hydro release version, the genpy patch required some minor adjustments.
-
- May 31, 2013
-
-
Stefan Herbrechtsmeier authored
This closes #69 and #80 with the following error: *** No rule to make target `/usr/lib/genpy/genmsg_py.py', needed by `devel/lib/python2.7/site-packages/std_msgs/msg/_Bool.py'. Stop. Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
- May 22, 2013
-
-
Stefan Herbrechtsmeier authored
The python binary path for genmsg_py.py and gensrv_py.py are hard coded in the CMake file and don't work during cross compile. Setup them via find_program during runtime. This fix #69 and the following error: *** No rule to make target `/usr/lib/genpy/genmsg_py.py', needed by `devel/lib/python2.7/site-packages/std_msgs/msg/_Bool.py'. Stop. Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
- May 17, 2013
-
-
Lukas Bulwahn authored
When importing the rosbag module in python, it fails in a genpy python module complaining about missing the shutil python module. The shutils module is provided by python-shell.
-
- Apr 04, 2013
-
-
Lukas Bulwahn authored
-
- Mar 14, 2013
-
-
Stefan Herbrechtsmeier authored
All ROS packages with install tools in the bin directory or install python code with is used by other packages should be used as native version. Adapte the DEPENDS accordingly. Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
- Feb 15, 2013
-
-
Stefan Herbrechtsmeier authored
Signed-off-by:
Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
-
- Feb 08, 2013
-
-
Lukas Bulwahn authored
-