Hi, Sorry for the spam,
but I am unable to find the location of the virtual machine for naoqi OS 2.1 in Aldebaran website.
I keep bouncing in the following link: https://community.aldebaran.com/en/resources/software where only choregraphe releases on Windows, Linux and Mac are displayed.
Could you indicate the correct link ?
Thanks in advance,
Best, Olivier.
--
You received this message because you are subscribed to the Google Groups "ROS Sig Aldebaran" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ros-sig-aldeba...@googlegroups.com.
To post to this group, send email to ros-sig-...@googlegroups.com.
Visit this group at http://groups.google.com/group/ros-sig-aldebaran.
To view this discussion on the web visit https://groups.google.com/d/msgid/ros-sig-aldebaran/dc88d143-2b10-4b66-beb7-495f25bfeb49%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/ros-sig-aldebaran/bfaacf2a-8940-41b9-9431-2310e435efb7%40googlegroups.com.
Hi,
Here are my questions: :-)1. Why do you need to find /etc/init.d/naoqi on the virtual-nao? That file is normally used to list naoqi components at startup of the robot, which means it only makes sense to have it on the real machine, not on a vm.
2. Romeo and NAO both use NAO OS to run, currently at version 2.1. So, at the software side there is no difference between the two framework. To have ROS package work on the robot, we need to compile it beforehand using the vm, then just copy the compiled folder from the vm to the real robot, and that's it. :-)
1. Why do you need to find /etc/init.d/naoqi on the virtual-nao? That file is normally used to list naoqi components at startup of the robot, which means it only makes sense to have it on the real machine, not on a vm.Thanks for the clarification.
I thought that it would have allow me to redirect the low-level driver to a simulator and really simulate the whole software architecture as if inside the robot.
I guess that when using webots or gazebo, the switch is done at the level of the naoqi middleware through DCMProxy.
--
You received this message because you are subscribed to the Google Groups "ROS Sig Aldebaran" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ros-sig-aldeba...@googlegroups.com.
To post to this group, send email to ros-sig-...@googlegroups.com.
Visit this group at http://groups.google.com/group/ros-sig-aldebaran.
To view this discussion on the web visit https://groups.google.com/d/msgid/ros-sig-aldebaran/CAOZy6%2BgDmg--8sMvuxCMR0D3ngNG-wEmndDx0Q_NNYoZmA_aaQ%40mail.gmail.com.
--
You received this message because you are subscribed to a topic in the Google Groups "ROS Sig Aldebaran" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ros-sig-aldebaran/KPqr6E9Vqkk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ros-sig-aldeba...@googlegroups.com.
To post to this group, send email to ros-sig-...@googlegroups.com.
Visit this group at http://groups.google.com/group/ros-sig-aldebaran.
To view this discussion on the web visit https://groups.google.com/d/msgid/ros-sig-aldebaran/CANiex-qQa4fV8QhCGhrxqC22VMoz9qTGomDG6NPRXtd-bk4fdQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "ROS Sig Aldebaran" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ros-sig-aldeba...@googlegroups.com.
To post to this group, send email to ros-sig-...@googlegroups.com.
Visit this group at http://groups.google.com/group/ros-sig-aldebaran.
To view this discussion on the web visit https://groups.google.com/d/msgid/ros-sig-aldebaran/a0094cce-789d-4dc9-9e80-d41002558ed4%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ros-sig-aldebaran/CANiex-p18S7VPSvJsTx6V5Q9mks%2BcdoS5sUgQJ_LvrtA7YkL0g%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ros-sig-aldebaran/CAOZy6%2Bj8Y4PeNsuqJgnvCYrSDCggps5mVwTfsTorZkVz8AVy0Q%40mail.gmail.com.
qisrc add path/to/core/sayhelloworldYes I'm using Ubuntu 14.04 64 bits and for now I'm running the program from the remote computer. I didn't try yet on the virtual nao.
Giovanni
To view this discussion on the web visit https://groups.google.com/d/msgid/ros-sig-aldebaran/f6b8825c-5eb3-4bb4-b3c6-4c9fc38b266b%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "ROS Sig Aldebaran" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ros-sig-aldeba...@googlegroups.com.
To post to this group, send email to ros-sig-...@googlegroups.com.
Visit this group at http://groups.google.com/group/ros-sig-aldebaran.
To view this discussion on the web visit https://groups.google.com/d/msgid/ros-sig-aldebaran/4713889d-e831-49dc-9d63-f5ff82aedd10%40googlegroups.com.
src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release
the system is not able to find the urdf cmake macro at step 79
--------------------------
cmake /home/nao/workspace/src/robot_model/urdf -DCATKIN_DEVEL_PREFIX=/home/nao/workspace/devel_isolated/urdf -DCMAKE_INSTALL_PREFIX=/home/nao/workspace/install_isolated -DCMAKE_BUILD_TYPE=Release in '/home/nao/workspace/build_isolated/urdf'
CMake Error at CMakeLists.txt:5 (find_package):
By not providing "Findurdfdom.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "urdfdom", but
CMake did not find one.
Could not find a package configuration file provided by "urdfdom" with any
of the following names:
urdfdomConfig.cmake
urdfdom-config.cmake
Add the installation prefix of "urdfdom" to CMAKE_PREFIX_PATH or set
"urdfdom_DIR" to a directory containing one of the above files. If
"urdfdom" provides a separate development package or SDK, be sure it has
been installed.
---------------------
I am not sure if the proper way is to modify the env.sh bash script.
Specifying a macro seems to be against the spirit of env.sh
rosdep install --from-path src -i -y
I get the following errors :
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
rosconsole_bridge: No definition of [libconsole-bridge-dev] for OS [gentoo]
class_loader: No definition of [libconsole-bridge-dev] for OS [gentoo]
urdf: No definition of [liburdfdom-headers-dev] for OS [gentoo]
urdf_parser_plugin: No definition of [liburdfdom-headers-dev] for OS [gentoo]
cpp_common: No definition of [libconsole-bridge-dev] for OS [gentoo]
rosbag_storage: No definition of [libconsole-bridge-dev] for OS [gentoo]
tf2: No definition of [libconsole-bridge-dev] for OS [gentoo]
But it doesn't prevent us from building the packages.
You can indeed modify the env.sh but it bothers me that I cannoot reproduce the issue because I would like people to have something working properly at the first build.
Please let me know if you found where does this come from.
Regards,
Mikael
--
You received this message because you are subscribed to the Google Groups "ROS Sig Aldebaran" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ros-sig-aldeba...@googlegroups.com.
To post to this group, send email to ros-sig-...@googlegroups.com.
Visit this group at http://groups.google.com/group/ros-sig-aldebaran.
To view this discussion on the web visit https://groups.google.com/d/msgid/ros-sig-aldebaran/1d86fab3-951e-4c6c-9087-978155e2127b%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ros-sig-aldebaran/9e74efaa-949e-4436-9dac-3e39f97ed130%40googlegroups.com.