01 2018 档案

apollo共享内存
摘要:apollo共享内存 D:\git\apollo-platform\ros\ros_comm\roscpp\include\ros\shm_manager.h D:\git\apollo-platform\ros\ros_comm\roscpp\src\libros\shm_manager.cpp 阅读全文

posted @ 2018-01-31 12:50 reedlau 阅读(512) 评论(0) 推荐(0)

ros ament
摘要:/usr/bin/cc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -o CMakeFiles/pendulum_msgs__rosidl_generator_c.dir/rosidl_generator_c/pendulum_msgs/msg/joint_state 阅读全文

posted @ 2018-01-26 16:30 reedlau 阅读(269) 评论(0) 推荐(0)

python c扩展
摘要:本文转至 http://blog.csdn.net/gitchat/article/details/78537098 目录 1. 简介 本文记录Python的扩展模块开发中的常用惯例,以便读者可以低成本的使用Python扩展模块来提高应用性能。 文本不是扩展模块的入门教程,而是面向对扩展模块有一定概 阅读全文

posted @ 2018-01-26 10:07 reedlau 阅读(322) 评论(0) 推荐(0)

ros2
摘要:wget https://github.com/ros2/ros2/releases/download/release-ardent/ros2-ardent-package-linux-fastrtps-x86_64.tar.bz2 tar -xvf ros2-ardent-package-linu 阅读全文

posted @ 2018-01-24 19:25 reedlau 阅读(181) 评论(0) 推荐(0)

python2 nonlocal
摘要:python2 没有nonlocal ,当需要从python3 转python2时遇到nonlocal时可以采用下文的形式解决 https://technotroph.wordpress.com/2012/10/01/python-closures-and-the-python-2-7-nonloc 阅读全文

posted @ 2018-01-24 18:27 reedlau 阅读(760) 评论(0) 推荐(0)

ssh 执行任意复杂命令
摘要:https://serverfault.com/questions/625641/how-can-i-run-arbitrarily-complex-command-using-sudo-over-ssh/625670 阅读全文

posted @ 2018-01-23 13:25 reedlau 阅读(259) 评论(0) 推荐(0)

导航