I had to recompile the kernel on the cubieboard again, to enable USB CDC ACM support to be able to migrate the dynamixel servos over from the arduino to a dedicated USB2AX controller.
CONFIG_USB_ACM=m
I had to recompile the kernel on the cubieboard again, to enable USB CDC ACM support to be able to migrate the dynamixel servos over from the arduino to a dedicated USB2AX controller.
CONFIG_USB_ACM=m
Meanwhile ROS hydro has it’s own gscam modules released, so I migrated from my own compiled module and also reconfigured the topic remapping.
ptzcam.launch file:
<?xml version=”1″ encoding=”utf-8″?>
<launch>
<node pkg=”gscam” type=”gscam” name=”gscamptz” cwd=”node” respawn=”true”>
<env name=”GSCAM_CONFIG” value=”v4l2src device=/dev/video0 always-copy=false ! video/x-raw-yuv,width=320,height=240,framerate=15/1 ! ffmpegcolorspace”/>
<remap from=”camera/image_raw” to=”/camera/ptz/image_raw” />
<remap from=”camera/camera_info” to=”/camera/ptz/camera_info” />
</node>
</launch>
|
|
|
|
Hi folks !
I finally set up a public blog to document the project steps on creating my tricycle riding teddy bear autonomous robot.
Since I started the blog as of today, september 12th 2013, I will create lots of entries back in time to restore some kind of order in the timeline of the previous development.
Have fun,
Kobaan.
Reflashed Arduino with newest hydro ros_lib, and also converted some stuff from TF to TF2.
Just upgraded ROS from groovy to hydro on my Intel NUC x86-64.
Upgrading from Ubuntu Quantal 12.10 to 13.04 Raring on my Intel NUC.
Just upgraded ROS from groovy to hydro on my Cubieboard ARMHF.
As read on the forums ros-hydro-roslisp fails due to a missing LISP compiler on ARMHF,
so I injected a fake package without this dependancy to get ros-hydro-ros-comm installed.
Building Linux-Sunxi-Kernel 3.4.43 for Cubieboard and setup uboot-Image. Done.
Upgrading from Lubuntu Precise 12.04 to 13.08 Raring on my Cubieboard.