Cutshort logo
Octobotics Tech
Octobotics Tech cover picture
Founded :
2020
Type :
Services
Size :
0-20
Stage :
Raised funding

About

Octobotics Tech is an early-stage robotics engineering startup focused on building advanced robotic solutions for the maritime and oil & gas industries, where inspection and maintenance are complex, risky, and costly.


The company is developing a next-generation marine and aerial robotic platform with modular manipulators designed for autonomous inspection and non-destructive testing (NDT), even on heavily corroded surfaces. The platform supports techniques such as Eddy Current and other NDT methods, and the core technology is already at a matured stage, not just experimental R&D.


Alongside platform development, Octobotics delivers robotic inspection and maintenance services, using specialized robots to navigate challenging environments and perform precision-driven tasks that reduce human risk, downtime, and operational costs. The team also builds custom robotic solutions, working closely with clients to address specific operational and infrastructure challenges.


Backed by a pre-seed round from a Hong Kong–based investor, Octobotics operates as a flat, non-toxic organization that values unconventional thinking, ownership, and hands-on problem solving. The company is now hiring its first core team members to help push the boundaries of applied robotics in real-world industrial environments.

Read more

Connect with the team

Profile picture
Ishan Bhatnagar
Profile picture
Yogesh Phalak

Company social profiles

linkedin

Jobs at Octobotics Tech

Octobotics Tech
at Octobotics Tech
2 recruiters
Reshika Mendiratta
Posted by Reshika Mendiratta
Noida
3yrs+
Best in industry
ROS
Internationalization and localization
Navigation
Nav2
SLAM
+2 more

Senior Robotics Engineer (ROS 2 Migration & Systems) - WorkFlow

Department: R&D Engineering

Location: Octobotics HQ (Noida/On-Site)


The Mission

To successfully migrate our legacy ROS 1 architecture to a high-performance ROS 2 Native ecosystem, architecting a navigation stack that survives the "unheard-of" edge cases of the real world.


1. The Context: The Great Migration

Octobotics is at a pivot point. Our legacy stack was built on ROS 1 (Noetic). It got us to MVP.

But to scale, we are tearing it down and rebuilding in ROS 2 (Humble/Iron).

We are not looking for someone to maintain old code. We are looking for an Architect to lead this migration. You will deal with the pain of bridging ros1_bridge, porting custom messages, and rewriting node lifecycles from scratch.

If you are afraid of breaking changes and complex dependency hell, stop reading now.


2. The "Scorecard" (Outcomes)

  • The Migration: Port our core navigation and control logic from ROS 1 to ROS 2. This involves rewriting nodes to utilize Lifecycle Management and Node Composition for zero-copy transfer.
  • Nav2 Architecture: We don't just "install" Nav2. You will write custom Behavior Tree plugins and Costmap layers to handle dynamic obstacles in unstructured environments.
  • Middleware Optimization: You will own the DDS layer (FastDDS/CycloneDDS). You must tune QoS profiles for lossy WiFi environments and debug discovery traffic issues that traditional network engineers don't understand.
  • Sensor Fusion & State Estimation: Implement and tune EKF/UKF pipelines (robot_localization) to fuse IMU, Wheel Odometry, and LiDAR. You must understand Covariance Matrices—if your covariance grows unbounded, you have failed.
  • Serialization Strategy: Implement Protocol Buffers (Protobuf) for high-efficiency, non-ROS internal data logging and inter-process communication where overhead must be zero.

3. Technical Requirements (The Hard Skills)

The Stack (ROS 1 & ROS 2):

  • Deep ROS 2 Mastery: You know the difference between spin(), spin_some(), and Multi-Threaded Executors. You understand why we are moving to ROS 2 (Real-time constraints, DDS security, QoS).
  • Navigation Stack: In-depth knowledge of Nav2 (Planners, Controllers, Recoveries). You understand Global vs. Local planners (A*, DWB, TEB).
  • SLAM & Localization: Experience with Graph-based SLAM (Cartographer, SLAM Toolbox). You know how to close loops and optimize pose graphs.

The Math (The "Weeder"):

  • Linear Algebra & Geometry: Rigid body transformations are your second language. You understand Quaternions, homogeneous transformation matrices ($T \in SE(3)$), and how to avoid Gimbal Lock.
  • Kinematics: You can derive Forward and Inverse Kinematics for Differential Drive and Ackermann steering chassis.
  • Probabilistic Robotics: Understanding of Bayesian estimation. You know that sensors are noisy and that "Ground Truth" is a myth.

The Code:

  • C++ (14/17): Real-time safe coding standards. RAII, Smart Pointers, and template metaprogramming.
  • Python: For prototyping and complex orchestration.

4. The "Topgrading" Filter (Do NOT apply if...)

  • You think roslaunch is the same as ros2 launch.
  • You have never defined a custom .msg or .srv file.
  • You struggle to visualize a TF tree in your head (map -> odom -> base_link).
  • You think latency "doesn't matter" in a control loop.

5. The Challenge: Surfing the Tsunami

Let’s be honest: AMR (Autonomous Mobile Robots) is hard.

We are solving problems that are unheard of in the standard "warehouse" world. We deal with dynamic crowds, changing lighting, and network black holes.

There will be days when the Sensor Fusion drifts for no reason. There will be days when the DDS discovery fails because of a multicast storm. There will be architectural "Tsunamis" that threaten to wipe out our sprint.


We are looking for the engineer who doesn't run for higher ground, but grabs a board and says, "I’m ready to surf."

Read more
Octobotics Tech
at Octobotics Tech
2 recruiters
Reshika Mendiratta
Posted by Reshika Mendiratta
Noida
4yrs+
Upto ₹30L / yr (ESOP available) (Varies
)
skill iconC++
QT
Design patterns
QML
Multithreading
+2 more

Senior C++/Qt Backend Engineer

(High-Performance Systems)

Location: Noida (On-site)


Introduction: Who We Are

We are a lean, product-based startup building the next generation of industrial robotics. Our products are deployed in critical, high-stakes environments, including Railways, Oil & Gas, Chemicals & Fertilizers, and Offshore operations.


We are not just writing code; we are building rugged, intelligent machines that operate in the real world.


1. The Mission (Pure Backend Focus)

You will architect the high-performance C++ Backend of our robotics software.

  • No UI Work: You will NOT be designing UI pixels or writing QML front-end code.
  • The Engine: Your mission is to build the “invisible engine” that processes 50 Mbps of raw scientific data and feeds it efficiently to the UI layer.
  • Ownership: You own the threads, the data structures, and the logic.

2. Critical Outcomes (The First 4 Months)

  • Architect the Data Ingestion Layer:
  • Design a C++ backend capable of ingesting 50 Mbps of live sensor data (from embedded hardware) without dropping packets or consuming excessive CPU.
  • Decouple Backend from UI:
  • Implement Ring Buffers and Lock-Free Queues to separate high-speed data acquisition threads from the main Qt Event Loop, ensuring the backend never freezes the UI.
  • Crash-Proof Concurrency:
  • Refactor the threading model to eliminate Race Conditions and Deadlocks using proper synchronization (Mutexes/Semaphores) or lock-free designs.
  • Efficient IPC Implementation:
  • Establish robust Inter-Process Communication (Shared Memory / Sockets) to allow the C++ backend to exchange data with other Linux processes instantly.

3. Strategic Outcomes (Months 5 Onward)

As the product matures, your focus will shift from “Building the Engine” to “Hardening and Scaling the Ecosystem.”

  • Robust OTA & Redundancy:
  • Implement Linux A/B Partitioning strategies. You will design the fallback mechanism where the system uses atomic updates to revert to the last known good configuration in case of an update failure, ensuring high availability in remote offshore locations.
  • Containerized Deployment:
  • Move from manual builds to automated deployment. You will containerize the application (Docker / Podman) and integrate it with Jenkins / GitLab CI to enable seamless remote deployment to the robot fleet.
  • Remote Diagnostics Engine:
  • Build the internal logic to capture, compress, and transmit critical system logs and core dumps securely to the cloud without saturating the robot’s bandwidth.
  • Fleet Monitoring Infrastructure:
  • Distinct from simple logging, you will architect the heartbeat and telemetry protocols that allow our central command to monitor the health of robots deployed in railways and chemical plants in real time.

4. Competencies (Must-Haves)

  • Qt Core (Backend Only):
  • Expert in QObject, QThread, QEventLoop, and Signal/Slot mechanisms. You understand how to push data to QML, but you don’t style it.
  • High-Performance C++:
  • You handle data at the byte level, preferring Circular Buffers (Ring Buffers) over standard vectors for streams.
  • Concurrency Mastery:
  • You know when to use Lock-Free programming to avoid thread contention and can manage interactions between Data Acquisition and Processing threads without bottlenecks.
  • Design Patterns:
  • Competence in Producer-Consumer (for streams), Singleton (hardware managers), and Factory patterns.
  • Linux System Programming:
  • Comfortable with IPC (Shared Memory, Unix Domain Sockets) and optimizing process priorities.

5. The “Squad” (Your Team)

  • Embedded Engineers:
  • They push the raw 50 Mbps stream to the OS; you write the drivers to catch it.
  • UI / Frontend Developers:
  • They handle QML / UX; you provide the data APIs they need.
  • Robotics (ROS) Engineers:
  • You ensure their heavy algorithms don’t starve your data acquisition threads.
  • Testers:
  • You ensure your code stands up to their stress testing.

6. Why This Role Defines Your Career

  • Deep Backend Engineering:
  • Escape the “button styling” trap. This is 100% logic, memory management, and architecture.
  • Real Engineering Problems:
  • Solve race conditions, memory leaks, and high-velocity data streams.
  • Architectural Autonomy:
  • You decide how the data moves and choose the patterns. You own the “Engine Room.”
Read more
Octobotics Tech
at Octobotics Tech
2 recruiters
Ishan Bhatnagar
Posted by Ishan Bhatnagar
icon

The recruiter has not been active on this job recently. You may apply but please expect a delayed response.

Noida
0 - 2 yrs
₹4.5L - ₹8L / yr
ROS
skill iconGit
Linux/Unix
skill iconPython
Robotics
+1 more

We're hiring at Octobotics! You will be a member of our robotics team. As a Robotics Engineer Intern, you will be responsible for engineering solutions to automation problems alongside the product development team. You can expect to co-craft innovative automated solutions and interfaces with C++/python, test third-party embedded modules in real-world scenarios, and use these experiences to pioneer the company's pioneering robotics platforms. 

 

The candidate should have above-average Linux skills. With experience using ROS and a comprehensive grasp of robotics fundamentals, the candidate should be able to deliver efficient and reliable code. The candidate should be able to work with vision systems and hardware like motor and controller systems, sensors, microcontrollers, communication protocols such as Ethernet or Modbus.

 

The candidate must be comfortable working in a dynamic environment with prototypes arising mid-project, and the discovery of new areas requiring attention at any given time is required.

 

Ways To Stand Out From The Crowd: 

  • A Bachelor's degree in Robotics, Computer Science, Mechanical Engineering, or Electrical Engineering.
  • Understand Computer Fundamentals - Compilers, linkers, Cmake.
  • Understand DSA - Topcoder, CodeChef, HackerRank.
  • SLAM ( Graph SLAM, Lidar based Localization )
  • Use Rviz & Gazebo.
  • Use Git - Add, Commit, Push. 

 

 

About Us:

 

We are working on next-generation maritime and aerial robotics for the future. We are developing the first Marine & Aero Robotic Platform in the World with Modular Manipulators for Autonomous Inspection & NDT even on heavily corroded surfaces (Matured Technology)/Eddy Current/Other NDT Techniques. We are a close-knit group of dreamers and doers who are willing to take risks, think outside the box, and try to accomplish the seemingly impossible.

 

We are ready to push the boundaries and are looking for people who want to be a part of this exciting journey. We may not promise the moon, but we will try our best to provide a conductive, non-toxic environment within a flat organization where "Every Opinion Matters." 

 

Octobotics Tech raised its pre-Seed round from a Hong Kong-based investor and is now hiring our very first few members of the Octobotics Tech family.

Read more
Octobotics Tech
at Octobotics Tech
2 recruiters
Ishan Bhatnagar
Posted by Ishan Bhatnagar
icon

The recruiter has not been active on this job recently. You may apply but please expect a delayed response.

Delhi, Gurugram, Noida, Ghaziabad, Faridabad
1 - 4 yrs
₹4.8L - ₹6L / yr
skill iconNodeJS (Node.js)
angular
User Interface (UI) Design
User Experience (UX) Design
Video streaming
+4 more

Octobotics is currently recruiting! You'll be working as part of our software development team. As a Full-Stack developer, you'll be working on web application development. We need your talent, collaboration, and energy to help us do big things that will inspire people all across the world. We need your innovative ideas and various backgrounds to help us imagine, create, and deliver systems that will benefit people. We are passionate about what we do, and we want you to be a part of our team as we take on new challenges at Octobotics Tech.

 

The full-stack developer for robotics will be:

  • Collaborating with other developers on the UI's integration with new and existing hardware platforms.
  • As needed, carry out other duties.
  • Visualize live and simulated data.
  • Develop real-time browser-based applications to support the design and development.
  • In a collaborative atmosphere, you will create smart, elegant, and helpful software user interfaces and experiences for workstations.

 

Qualifications: required education, experience, or skills:

  • Bachelor's degree in computer science, computer engineering, or related field of study, or comparable experience
  • Expertise in creating user-facing software specifications and adhering to graphical specs
  • Expertise with design software such as Sketch, Adobe XD, Figma, and others.
  • 3 years of full-stack programming experience with Unity or QT Creator is required.
  • Full-Stack design principles are well understood.
  • Synthesizing function requirements into logical wireframes is something you've done before.
  • The ability to work on a variety of robotic platforms
  • Hands-on experience in using Node. JS, npm, Git, TypeScript, ExpressJS, Angular 10 and up, Angular Server-Side Rendering (Angular Universal)

 

Requisition Preferences:

  • Front-end and back-end development for a web-based robotics system.

 

Why Work on Our Team?

 

We are working on next-generation maritime and aerial robotics for the future. We are developing the first Marine & Aero Robotic Platform in the World with Modular Manipulators for Autonomous Inspection & NDT even on heavily corroded surfaces (Matured Technology)/Eddy Current/Other NDT Techniques. We are a close-knit group of dreamers and doers who are willing to take risks, think outside the box, and try to accomplish the seemingly impossible.

 

We are ready to push the boundaries and are looking for people who want to be a part of this exciting journey. We may not promise the moon, but we will try our best to provide a conductive, non-toxic environment within a flat organization where "Every Opinion Matters."

 

Octobotics Tech raised its pre-Seed round from a Hong Kong-based investor and is now hiring our very first few members of the Octobotics Tech family.

Read more
Did not find a job you were looking for?
icon
Search for relevant jobs from 10000+ companies such as Google, Amazon & Uber actively hiring on Cutshort.
companies logo
companies logo
companies logo
companies logo
companies logo

Similar companies

Dolat Capital Market Private Ltd. cover picture
Dolat Capital Market Private Ltd.'s logo

Dolat Capital Market Private Ltd.

https://dolatcapital.com
Founded
1971
Type
Services
Size
100-1000
Stage
Profitable

About the company

Dolat Capital Market Pvt. Ltd. is a multi strategy trading firm, dedicated to producing superior returns adhering to mathematical and statistical techniques. We trade actively in all Asset classes: equities, futures, options, commodities, currencies and fixed income taking advantage of our ultra low latency infrastructure. Our low latency infrastructure is in C++, one of the most competitive in terms of latency.

Jobs

10

Poshmark cover picture
Poshmark's logo

Poshmark

https://poshmark.com
Founded
2011
Type
Product
Size
500-1000
Stage
Raised funding

About the company

The Story

Founded in 2011, Poshmark started with a simple yet powerful idea in Manish Chandra's garage. Along with co-founders Tracy Sun, Gautam Golwala, and Chetan Pungaliya, Chandra envisioned a platform that would revolutionize how people buy and sell fashion. The inspiration came from seeing the potential of the iPhone 4 to create meaningful connections in the shopping experience.


What They Do

Poshmark is not just another e-commerce platform – it's a social marketplace that brings together shopping and community. Think of it as a place where social media meets shopping, allowing users to buy, sell, and discover fashion, home goods, and accessories. With over 80 million users , the platform has become a go-to destination for both casual sellers and entrepreneurial individuals looking to build their own digital boutiques.


Growth & Achievements

  • Started as a fashion-only platform and successfully expanded into home goods and electronics
  • Raised over $160 million in venture funding
  • Achieved a successful IPO in January 2021
  • Recently launched innovative features like AI-powered visual search and livestream shopping
  • Built a vibrant community of millions of buyers and sellers across the country


Today, under CEO Manish Chandra's leadership, Poshmark continues to innovate in the social commerce space, blending technology with community to create a unique shopping experience. The platform's success story is a testament to how combining social connections with commerce can create a powerful marketplace that resonates with modern consumers.

Jobs

7

Zobaze cover picture
Zobaze's logo

Zobaze

https://zobaze.com
Founded
2018
Type
Product
Size
0-20
Stage
Profitable

About the company

At Zobaze, we're not just developing apps; we're crafting the future of SMEs worldwide. Our quest to become the premier business utility app drives us to deliver revolutionary solutions like Zobaze POS and Restokeep. These tools don't just manage business—they propel it, enabling owners to monitor everything from sales to staff performance with unparalleled ease and efficiency.


With a remarkable footprint spanning 192 countries and over 2.5+ million downloads, our apps have already generated 140+ million receipts, evidencing our substantial global impact.


As a 100% bootstrapped company, our journey from inception to cash-positive operations exemplifies our dedication and resilience. We stand as a beacon of innovation and sustainability in the SME sector.


🤑 Funding

We are proud to be cash flow positive and have not yet tapped into VC funding, setting us apart from 99% of startups. This financial stability allows us to invest in our team's growth through a robust ESOP pool.

Securing funding will further accelerate our growth. Joining our team now offers a unique opportunity to create significant value, especially before our fundraising efforts take off.


⚠️ Before you apply

If you're looking for a standard 9-5 job, we are not a match. However, if you seek an exceptional learning curve, exposure to multiple verticals, and the opportunity to help establish processes that will propel our growth, we encourage you to apply. Our journey is dynamic, requiring flexibility and adaptability to changing needs.

Jobs

2

appscrip cover picture
appscrip's logo

appscrip

https://appscrip.com
Founded
2011
Type
Products & Services
Size
100-1000
Stage
Profitable

About the company

Mobile app development services company based in USA & India. Accelerating startups & entrepreneurs with its pre-built mobile app products.

Jobs

47

Quantiphi cover picture
Quantiphi's logo

Quantiphi

https://quantiphi.com
Founded
2013
Type
Products & Services
Size
1000-5000
Stage
Profitable

About the company

Quantiphi is an award-winning AI-first digital engineering company driven by the desire to reimagine and realize transformational opportunities at the heart of the business. Since its inception in 2013, Quantiphi has solved the toughest and most complex business problems by combining deep industry experience, disciplined cloud, and data-engineering practices, and cutting-edge artificial intelligence research to achieve accelerated and quantifiable business results.

Jobs

4

MyDBOPS cover picture
MyDBOPS's logo

MyDBOPS

https://mydbops.com
Founded
2014
Type
Services
Size
20-100
Stage
Bootstrapped

About the company

Mydbops, established in 2015, excels in transforming database management by boosting performance and reducing complexities. Our core expertise lies in the top open-source databases: MySQL, MariaDB, MongoDB, PostgreSQL, TiDB and Cassandra. We're committed to delivering 24/7 support, consulting, and assistance across all relevant technologies. Our team focuses on enhancing database performance, scalability, efficiency, and availability for businesses. We specialize in identifying and resolving bottlenecks, structural issues, and architectural challenges while advocating for best industry practices. Our comprehensive database support ensures that our clients can smoothly manage and maintain their daily operations without interruption. Our certified DBAs and database engineers provide the deep expertise you need for your database environments on the Cloud or on-premises while delivering real value to your business.

Jobs

7

Connect and Heal cover picture
Connect and Heal's logo

Connect and Heal

https://connectandheal.com
Founded
2016
Type
Services
Size
100-1000
Stage
Profitable

About the company

Connect and Heal is a healthcare startup providing holistic outcome-focused, patient-centric care. It acquires its users through its diverse corporate clientele, which includes startups, MSMEs, and Fortune 500 companies. Over the past six years, it has built a subscriber base that is arguably one of the largest in the industry. Today it touches over 6 million lives. It was founded by Sanjay Vinayak, Elwinder Singh, and Galveender Kaur in 2016. Prashant Kashyap joined as the fourth co-founder in 2022. Headquartered in Bengaluru, Connect and Heal serves as the first port of call for the healthcare needs of employees of several organizations and their families. Through virtual and in-person care anywhere, anytime, it strives to provide a care continuum to its users. By standardizing clinical care, Connect and Heal is helping patients receive care that matches global benchmarks. Its services include 360-degree integrated healthcare, including acute and primary care, emergency response, chronic care management, preventive health checks, investigative diagnostics, health management, hospital assistance, and concierge care. The company has 2500+ doctors and specialists on the panel, backed by an extensive network of 6000+ hospitals and clinics and 3500+ diagnostic centers and pharmacies across 8000+ pin codes. It is also the largest aggregator of ambulances, with more than 4000 vehicles. Today Connect and Heal touches over 6 million lives across 400+ organizations. With 70,000+ doctor consultations and 10,000+ health screenings every month, it serves users in over 300 cities across India.

Jobs

16

Zenius IT Services Pvt Ltd cover picture
Zenius IT Services Pvt Ltd's logo

Zenius IT Services Pvt Ltd

https://zeniusit.com
Founded
2019
Type
Products & Services
Size
20-100
Stage
Profitable

About the company

At Zenius IT Services, we specialize in delivering top-tier Professional Services for industry-leading platforms such as Avaya, Cisco, Genesys, Amazon Connect, Five9, and NICE inContact.


Our expertise extends to Digital Engineering Solutions powered by AI and Machine Learning, helping businesses drive innovation and achieve excellence.

Jobs

2

Craft My Plate cover picture
Craft My Plate's logo

Craft My Plate

https://craftmyplate.com
Founded
2023
Type
Product
Size
20-100
Stage
Bootstrapped

About the company

India hosts 25M+ events every year, but ordering food is still a nightmare—unreliable vendors, inconsistent pricing, and no seamless way to book catering. We’re fixing this."

Craft My Plate is a vertically integrated food marketplace where customers can instantly customize menus, place orders, and get it delivered conveniently —without dealing with vendors.

Jobs

5

RTTNews India cover picture
RTTNews India's logo

RTTNews India

https://rttnews.com
Founded
1999
Type
Products & Services
Size
20-100
Stage
Profitable

About the company

RTTNews is a US-headquartered financial media company with 25+ years in the industry. We deliver real-time news, market analysis, and commentary to Fortune 500 companies, global banks, brokerages, and leading news portals worldwide.

Founded in 2000 and based in New York, we operate Indian bureaus in Chennai and Kochi. Our digital marketing division, RTT Digital Signage, serves the rapidly growing digital signage industry with creative content solutions for clients across the globe.

Jobs

1

Want to work at Octobotics Tech?
Octobotics Tech's logo
Why apply via Cutshort?
Connect with actual hiring teams and get their fast response. No spam.
Find more jobs