Skip to content

Instantly share code, notes, and snippets.

View firesurfer's full-sized avatar

Lennart Nachtigall firesurfer

  • SciMo GmbH
  • Germany
View GitHub Profile
@firesurfer
firesurfer / big_packet_listener.c
Created March 28, 2017 11:10
big_packet_listener
#include <iostream>
#include <memory>
#include "rclcpp/rclcpp.hpp"
#include "std_msgs/msg/string.hpp"
#include "std_msgs/msg/u_int32_multi_array.hpp"
int count = 0;
@firesurfer
firesurfer / big_packet_talker.cpp
Created March 28, 2017 11:09
Big_packet_talker
#include <iostream>
#include <memory>
#include <random>
#include "rclcpp/rclcpp.hpp"
#include "std_msgs/msg/string.hpp"
#include "std_msgs/msg/u_int32_multi_array.hpp"
@firesurfer
firesurfer / Dummy_msg.cs
Created September 9, 2016 13:50
Auto generated message by the rosidl_generator_cs
//This is autogenerated code by the rosidl_generator_cs build: 1.0.6096.21917
//Generation date: 09.09.2016 12:15:21
using System;
using rclcs;
using System.Runtime.InteropServices;
namespace test_msgs
{
namespace msg
{
[StructLayout (LayoutKind.Sequential)]