http://darkdust.net/writings/megadrive/crosscompiler
https://www.gnu.org/software/binutils/
| #!/usr/bin/env python | |
| # PointCloud2 color cube | |
| # https://answers.ros.org/question/289576/understanding-the-bytes-in-a-pcl2-message/ | |
| import rospy | |
| import struct | |
| from sensor_msgs import point_cloud2 | |
| from sensor_msgs.msg import PointCloud2, PointField | |
| from std_msgs.msg import Header |
Actual dos games that could at least theoretically be recompiled with the right dos tools, and then played in dosbox or on real hardware.
Doom doesn't count because the dos source is not available.
| #!/bin/bash | |
| # provide input.bag output_prefix time_fraction (0.0-1.0) | |
| echo $1, $2, $3 | |
| t0=`rosbag info -y -k start $1` | |
| t1=`rosbag info -y -k end $1` | |
| tfr=`echo "$t0 + ($t1 - $t0) * $3" | bc -l` | |
| echo $t0, $t1, $tfr | |
| # thalf=`echo "($(rosbag info -y -k start output.bag) + $(rosbag info -y -k end output.bag))/2.0" | bc -l` | |
| rosbag filter $1 $2_a.bag "t.secs <= $tfr" | |
| rosbag filter $1 $2_b.bag "t.secs > $tfr" |
Anything on github?
The original Id software release is there, but no dos version because of a sound library issue. (Why not release dos source without sound?
This is still under development, try it out:
https://sourceforge.net/projects/prboom-plus/
Where can I checkout the source code?
| #!/usr/bin/env bash | |
| # Lucas Walter | |
| # source rosrerun.sh my_node_name | |
| # https://answers.ros.org/question/378981/is-it-possible-to-stop-or-restart-a-node-at-run-time/ | |
| node_name=$1 | |
| echo $node_name | |
| # only take first match | |
| orig_cmd=`ps -eo args | grep "__name:=$node_name" | grep __name | head -n 1` |
| Around 80 applicants, this playlist found 54 Conceptual Design Review videos (one is hosted on vimeo but there is a video link to it): | |
| https://www.youtube.com/playlist?list=PLfRlBDdqxV8II-dl_kMsYeMaW4dhA2Amo | |
| [](https://www.youtube.com/watch?v=xi5wFZ1SiKU) | |
| #ROSpiration |