Git Product home page Git Product logo

Comments (6)

bjtulynn avatar bjtulynn commented on June 30, 2024

Apollo-platform is originated from ROS Indigo release version(Indigo Igloo, May 2014), compared to original ROS, we made the following improvements to enhance its stability and performance:

  • ROS Decentralization Feature
  • High Efficient Communication based on Shared Memory Transport Feature
  • Native Support with Protobuf Feature

You can download the source code of indigo igloo release version from ROS website(http://wiki.ros.org/indigo/Installation/Source), then by comparing the files, you can find the detailed changes we made.

from apollo-platform.

westeast avatar westeast commented on June 30, 2024

Thank you very much ,your answer is very useful~~

from apollo-platform.

westeast avatar westeast commented on June 30, 2024

I have compare the source code ,

And I found all the change files about shared memory are in dir "/ros/ros_comm/roscpp/src/" ,But I am not sure if it is right.

so
@bjtulynn Can you tell me which files you have changed for the Feature "High Efficient Communication based on Shared Memory Transport Feature" except the dir "/ros/ros_comm/roscpp/src/"

I want to read the source code about the Feature , Maybe I can write an article to introduce the feature in source code level。

from apollo-platform.

westeast avatar westeast commented on June 30, 2024

node节点添加共享内存修改的文件,新增了一部分文件,修改了一部分文件,仅修改了roscpp/libros rosbag中的文件

new add files

src/ros_comm/roscpp/include/ros/config_comm.h
src/ros_comm/roscpp/include/sharedmem_transport/rossharedmem_block.h
src/ros_comm/roscpp/include/sharedmem_transport/sharedmem_publisher_impl.h
src/ros_comm/roscpp/include/sharedmem_transport/sharedmem_segment.h
src/ros_comm/roscpp/include/sharedmem_transport/sharedmem_util.h

src/libros/sharedmem_transport/sharedmem_block.cpp
src/libros/sharedmem_transport/sharedmem_publisher_impl.cpp
src/libros/sharedmem_transport/sharedmem_segment.cpp
src/libros/sharedmem_transport/sharedmem_util.cpp

transport_mode.yaml

modify files

src/ros_comm/roscpp/include/ros/publisher.h
src/ros_comm/roscpp/include/ros/shm_manager.h
src/ros_comm/roscpp/include/ros/subscribe_options.h
src/ros_comm/roscpp/include/ros/subscription_callback_helper.h
src/ros_comm/roscpp/include/ros/subscription_queue.h
src/ros_comm/roscpp/include/ros/topic_manager.h



src/ros_comm/roscpp/src/libros/init.cpp
src/ros_comm/roscpp/src/libros/publication.cpp
src/ros_comm/roscpp/src/libros/publisher.cpp
src/ros_comm/roscpp/src/libros/shm_manager.cpp
src/ros_comm/roscpp/src/libros/subscription_queue.cpp
src/ros_comm/roscpp/src/libros/topic_manager.cpp

src/ros_comm/rosbag/src/recorder.cpp

from apollo-platform.

bjtulynn avatar bjtulynn commented on June 30, 2024

Good job! For the feature "High Efficient Communication based on Shared Memory Transport Feature", the changed files are exactly these.

from apollo-platform.

bjtulynn avatar bjtulynn commented on June 30, 2024

Close issue after no inactive for 7 days.

from apollo-platform.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.