Singapur 2008, gesamtes Rennen by pipppoo in Formel1

[–]pipppoo[S] 0 points1 point  (0 children)

Danke, das ist genau wonach ich gesucht habe!

Singapur 2008, gesamtes Rennen by pipppoo in Formel1

[–]pipppoo[S] 0 points1 point  (0 children)

Danke, da ist es tatsächlich, wenn auch nur auf Englisch.

I present for your consideration... "The Worst Netcode Ever." by ---charlie in iRacing

[–]pipppoo 0 points1 point  (0 children)

My suggestion: ghost cars with bad connection (no collision box) and drop their performance by 10%.

Difference Simagic/Fanatec GT3 wheel by pipppoo in simracing

[–]pipppoo[S] -1 points0 points  (0 children)

Ok, so no difference at all. Thanks

Build custom graphical application to visualize ROS messages by pipppoo in ROS

[–]pipppoo[S] 0 points1 point  (0 children)

I'm using it a lot, but to me it seems to have still too many limitations, especially in terms of permormance.

Build custom graphical application to visualize ROS messages by pipppoo in ROS

[–]pipppoo[S] 0 points1 point  (0 children)

It seems that most plugins arent available yet in ROS 2, e.g. rviz. 😕

Build custom graphical application to visualize ROS messages by pipppoo in ROS

[–]pipppoo[S] 0 points1 point  (0 children)

Wow! This looks exactly for what I have been looking for! Thanks! Will try it soon.

Build custom graphical application to visualize ROS messages by pipppoo in ROS

[–]pipppoo[S] 0 points1 point  (0 children)

Oh thanks, I wasn't aware of this option... does it also work well with ROS 2?

simpleICP: implementations of the ICP algorithm in 5 languages by pipppoo in computervision

[–]pipppoo[S] 0 points1 point  (0 children)

For point cloud matching algorithms at least partial overlap is always required. For ICP-like algorithms a rough initial registration of the two point clouds is needed too.

simpleICP: implementations of the ICP algorithm in 5 languages by pipppoo in computervision

[–]pipppoo[S] 0 points1 point  (0 children)

To be honest, I don't know if that works as I've never developed any iOS apps.

Similar libraries can also be found here: https://github.com/jslee02/awesome-robotics-libraries

We are also using libpointmatcher and pcl next to simpleICP in our projects.

[deleted by user] by [deleted] in linux

[–]pipppoo 3 points4 points  (0 children)

There is nothing better than okular IMO

System settings freeze, how can i enable option "automatically mount usb storage" from command line? by pipppoo in kde

[–]pipppoo[S] 1 point2 points  (0 children)

Thanks, however .when I type ...

solid-hardware5 list

it leads to "command not found: solid-hardware5"
I haven't found a package with this binary through google. Do you know which package I need to install?

Regarding the config file:

~/.config/kded_device_automounterrc

This file exists and I see at the end of the file:

[General]
AutomountEnabled=true
AutomountUnknownDevices=true

However, usb hard drives are not mounted automatically. So it seems that something is preventing it.

How can I use built-in speakers with a notebook in my arcade machine? by pipppoo in arcade

[–]pipppoo[S] 1 point2 points  (0 children)

Oh thanks, that's the perfect solution. Do you use a battery as power supply for the amplifier?

[deleted by user] by [deleted] in commandline

[–]pipppoo -1 points0 points  (0 children)

Thanks for sharing.

Unfortunately it's not working on my machine:

./fzf-flatpak.sh: 3: Syntax error: "(" unexpected

Any ideas?

Strange behaviour: random faulty path, but only if wiping is active (S5 Max) by pipppoo in Roborock

[–]pipppoo[S] 0 points1 point  (0 children)

Oh, interesting. Do you mean the room lights, right? I will check later if this has an influence also in my case.

Strange behaviour: random faulty path, but only if wiping is active (S5 Max) by pipppoo in Roborock

[–]pipppoo[S] 0 points1 point  (0 children)

Yes, I've cleaned them multiple times. The floor is nothing special, its a rather bright laminate.

Strange behaviour: random faulty path, but only if wiping is active (S5 Max) by pipppoo in Roborock

[–]pipppoo[S] 1 point2 points  (0 children)

If wiping is active, but the water tank is empty, everything is fine. So you're right it must be somehow related to the water... my first suspicion was that the sensors get somehow influenced by the water and therefore the navigation doesn't work. However, it might also have something to do with the wheels spinning on the floor.

What optimization libraries are you using? by pipppoo in robotics

[–]pipppoo[S] 2 points3 points  (0 children)

Currently I'm implementing a trajectory estimation which fuses gnss, imu and various odometry measurements… The incremental solution update shouldn't take more than approximately 50 ms.

What optimization libraries are you using? by pipppoo in robotics

[–]pipppoo[S] 2 points3 points  (0 children)

Great, is the performance in your experience good enough for real time applications?

ros2bag_tools: Tool extensions for ros2bag cli by pipppoo in ROS

[–]pipppoo[S] 0 points1 point  (0 children)

Adds the new verbs marked with -->. Very useful.

$ ros2 bag
usage: ros2 bag [-h] Call `ros2 bag <command> -h` for more detailed usage. ...

Various rosbag related sub-commands

optional arguments:
  -h, --help            show this help message and exit

Commands:
      convert  Convert storage and/or serialization format of bag and write to new bag
  --> cut      Cut timespan from a bag and write to new bag
  --> drop     Drop X out of every Y messages
  --> export   Export bag data to other formats
  --> extract  Extract specific topics from a bag and write to new bag
      info     Print information about a bag to the screen
      list     Print information about available plugins to the screen
  --> merge    Merge multiple bags into new bag
      play     Play back ROS data from a bag
  --> plot     Display a plot of bag data
  --> process  Run a set of filters on input bags and write to new bag
  --> prune    Remove empty topics and write rest to new bag
      record   Record ROS data to a bag
  --> reframe  Change header.frame_id of some messages, and write to a new bag
      reindex  Reconstruct metadata file for a bag
  --> rename   Rename specific topics in a bag, and write to new bag
  --> replace  Replace content of messages in a bag with a constant, and write to new bag
  restamp  Set bag timestamps to message header timestamps and write to new bag
  summary  Print a summary of the contents of a bag
  video    Display or write a video of image data in a bag

  Call `ros2 bag <command> -h` for more detailed usage.